Blog
How to set up a multistep form with conditions
Multistep forms are cool, but sometimes you may want to show different steps depending on the user input. Formhandler allows you to build complex forms with conditions. Read more to find out how to do it.
How to jump directly to a step
In a multistep form, you might want to allow the user to jump directly to a specific step. Normally, Formhandler blocks that due to security reasons. If you know what you are doing, you can force Formhandler to allow step jumping.
How to hide unfilled form field values in templates
It is nice to remove lines in the sent emails if the fields weren't filled out in the form. Of course, Formhandler allows you to do that. Depending on the user input you can show/hide lines in emails or blocks in your form.
How to fill your own markers via TypoScript
This How-To shows you how to add custom markers to your HTML template and how to fill them with TypoScript.
How to add tooltips to your form fields
Tooltips are useful to help the user filling out the form and they look nice. :-) Find out how to add the required code to your forms.
How to access Formhandler values
If you write user functions to generate html code for your form or use TypoScript to set Formhandler config depending on user input, you should have a look at this How-To to find out how to access the GET/POST values the right...
How to add your own components
Have you ever wondered how you can add your own Interceptors, Finishers or other components to Formhandler? Click to find out!